KubeVirtRelieveAndMigrate: add KubevirtMigrationAware plugin support#1881
KubeVirtRelieveAndMigrate: add KubevirtMigrationAware plugin support#1881tiraboschi wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
112c376 to
2256f77
Compare
Enable the KubevirtMigrationAware plugin as filter and pre-eviction filter in the KubeVirtRelieveAndMigrate profile. The filter hard-blocks eviction of VMs with an in-progress migration; the pre-eviction filter applies an adaptive cooldown after migration completes to prevent cascading re-evictions. Introduce three new ProfileCustomizations fields to tune the plugin: - devMigrationCooldown: base cooldown after a migration completes - devMaxMigrationCooldown: upper bound on the exponential backoff - devMigrationHistoryWindow: sliding window for counting past migrations Requires: openshift/descheduler#591 Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
2256f77 to
665947d
Compare
|
@tiraboschi: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Enable the KubevirtMigrationAware plugin as filter and pre-eviction filter in the KubeVirtRelieveAndMigrate profile. The filter hard-blocks eviction of VMs with an in-progress migration; the pre-eviction filter applies an adaptive cooldown after migration completes to prevent cascading re-evictions.
Introduce three new ProfileCustomizations fields to tune the plugin:
devMigrationCooldown: base cooldown after a migration completesdevMaxMigrationCooldown: upper bound on the exponential backoffdevMigrationHistoryWindow: sliding window for counting past migrationsRequires: openshift/descheduler#591